home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
cenvid
/
message.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-06
|
468b
|
16 lines
@echo off
REM **********************************************************
REM *** Message.bat - Display messages with the Screen.lib ***
REM *** ver.1 functions. ***
REM **********************************************************
CEnviD %0.bat %1 %2 %3
GOTO CENVI_EXIT
#include <Screen.lib>
TextBox(5,1,9,78,LIGHTRED,BLUE,DOUBLE_LINE);
ScrWrite("This is a very important message.",7,20);
SetCursor(11,0);
:CENVI_EXIT